home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be006.dxr / 00086.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  153 b   |  13 lines

  1. on exitFrame
  2.   if the timer < 5200 then
  3.     set the visible of sprite 5 to 1
  4.     go(the frame)
  5.   else
  6.     go(100)
  7.   end if
  8. end
  9.  
  10. on mouseUp
  11.   go(100)
  12. end
  13.